Routines (alphabetical) > Routines: G > GRIB Routines > GRIB_CLONE

GRIB_CLONE

The GRIB_CLONE function clones an existing handle using the context of the original handle. The message is copied and reparsed.

Syntax

Result = GRIB_CLONE(Ghandle)

Return Value

Returns a GRIB handle that is a clone of the input handle.

Arguments

Ghandle

The GRIB handle to be cloned.

Examples

See GRIB_GET_VALUESfor a general example using the GRIB routines.

Version History

8.1

Introduced